const runtime._KindSpecialFinalizer
8 uses
runtime (current package)
heapdump.go#L458: if sp.kind != _KindSpecialFinalizer {
mgcmark.go#L384: case _KindSpecialFinalizer:
mgcsweep.go#L559: if tmp.kind == _KindSpecialFinalizer {
mgcsweep.go#L575: if special.kind == _KindSpecialFinalizer || special.kind == _KindSpecialWeakHandle {
mheap.go#L1816: _KindSpecialFinalizer = 1
mheap.go#L1966: s.special.kind = _KindSpecialFinalizer
mheap.go#L2002: s := (*specialfinalizer)(unsafe.Pointer(removespecial(p, _KindSpecialFinalizer)))
mheap.go#L2305: case _KindSpecialFinalizer:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |